Draw Text
Command Prototype
PrintToScreen.DrawText(objWindow,strText,size,color)
Command Description
Writes a given string on the screen
Parameter Description
- Required Parameter
- objWindow--Screen writer object, created by "Create Screen Writer."
- strText--The text to draw on the screen
- size--Font size of the text to draw
- color--An array describing the RGB value of the text's color